示例#1
0
 public static void ValidateServiceProperties(NameValueCollection serviceMetadataCollection, string contentType)
 {
     StorageStampHelpers.ValidateServiceProperties(MetadataEncoding.Encode(serviceMetadataCollection), contentType);
 }
示例#2
0
 public static void ValidateServiceProperties(byte[] serviceMetadata, string contentType)
 {
     StorageStampHelpers.ValidateServiceProperties(serviceMetadata, contentType, false);
 }
示例#3
0
 public static void ValidateServiceMetadata(byte[] serviceMetadata)
 {
     StorageStampHelpers.ValidateServiceProperties(serviceMetadata, null, true);
 }